pseudocode - definition. What is pseudocode
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف


Pseudocode         
AN INFORMAL HIGH-LEVEL DESCRIPTION OF THE OPERATING PRINCIPLE OF A COMPUTER PROGRAM OR OTHER ALGORITHM
Psuedocode; Pseudo-code; Pseudo code; Pseudocodes; Superlanguage
In computer science, pseudocode is a plain language description of the steps in an algorithm or another system. Pseudocode often uses structural conventions of a normal programming language, but is intended for human reading rather than machine reading.
Pseudocode         
AN INFORMAL HIGH-LEVEL DESCRIPTION OF THE OPERATING PRINCIPLE OF A COMPUTER PROGRAM OR OTHER ALGORITHM
Psuedocode; Pseudo-code; Pseudo code; Pseudocodes; Superlanguage
A notation resembling a programming language but not intended for actual compilation. It usually combines some of the structure of a programming language with an informal natural-language description of the computations to be carried out. It is often produced by CASE systems as a basis for later hand coding.